@charset "UTF-8";
/**
 * @version $1.1.1$
 */

/* css-reset css样式重置 */
body{
	font-size: 12px;
	font-family: "微软雅黑";
}
body,ul,li,h1,h2,h3,h4,h5,h6,a,form,input,p,table,tr,td,img,button{
	margin: 0;
	padding: 0;
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,button,input{
	border: 0;
}
input:focus,input:active{
	outline:none;
	 -webkit-box-shadow: none;
	 webkit-box-shadow: none;
}
img{
  vertical-align: middle;
}
/* 清除浮动 */
.clearfix{
	*zoom:1;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix:before{
	content:"\0020";
	display:block;
	clear:both;
	height:0;
	line-height:0
}
.clear{
	clear: both;
}
.fr{
	float: right;
}
.fl{
	float: left;
}